ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / Stochastic<T> Class / DPeriod Property

In This Topic
    DPeriod Property
    In This Topic
    Gets or sets the period for the %D simple moving average.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(3)>
    Public Property DPeriod As Double
    [DefaultValue(3)]
    public double DPeriod {get; set;}
    See Also